home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / c-lang / phnlgdvk.lha / PhoneLog / .Product-Info next >
Fred Fish's Product-Info  |  1996-05-07  |  2KB  |  71 lines

  1. .name
  2. PhoneLogDevKit
  3. .type
  4. Developer material
  5. .short
  6. Generator and parser to write and read phone log files in SGML format
  7. .description
  8. It seems that there was no standard for log files that are used
  9. to log modem connections etc. As you can see programs like PhoneBill (by
  10. Raymond Penners) support very much different log file formats.
  11. So I decided to create a standard based on SGML (Standard Generalized Markup
  12. Language) which is defined in ISO8879 and on ISO8601 which defines date/time
  13. representations.
  14.  
  15. SGML uses the ASCII characterset as base, so it can be used on every
  16. platform. On the other hand SGML gives the log file a real structure
  17. that is defined by the DTD (Document Type Definition).
  18.  
  19. The advantage of using SGML is that these log files have a structure, so they
  20. can be easily interchanged with other SGML applications like databases,
  21. wordprocessors or calculation software.
  22.  
  23. By supporting this standard with your software you give the user the
  24. possibility to create or evaluate log files with software from
  25. different platforms; and you get a standard that is easily extended
  26. should a need occur.
  27.  
  28. To make this standard widely used, I provide a generator and a parser for
  29. this log file standard for free!
  30. .version
  31. 1.2
  32. .date
  33. 1996.05.07
  34. .author
  35. Kai Hofmann
  36. .restrictions
  37. Only usefull for developers!
  38. .requirements
  39. ANSI-C/C++ Compiler
  40. .distribution
  41. Giftware
  42. .price
  43. The minimum price is a trade - send me a full version of your product at no
  44. cost including free updates!
  45. .address
  46. Arberger Heerstr. 92
  47. 28307 Bremen
  48. Germany
  49. .email
  50. i07m@zfn.uni-bremen.de
  51. .www
  52. http://www.informatik.uni-bremen.de/~i07m
  53. .source
  54. Strict ANSI-C / C++ (SAS C/C++ 6.56)
  55. (with integrated autodocs!)
  56. .construction
  57. SAS C/C++ 6.56, gcc or other ANSI-C Compiler
  58. .docs
  59. PhoneLog.readme
  60. PhoneLog.txt
  61. docs/PhoneLogGenerator.doc
  62. docs/PhoneLogParser.doc
  63. docs/PhoneLog.doc
  64. SGML/PhoneLog.dtd
  65. SGML/PhoneLog.sgm
  66. SGML/PhoneLogEBNF.txt
  67. .described-by
  68. Kai Hofmann <i07m@zfn.uni-bremen.de>
  69. .submittal
  70. Submitted via ftp direct by the autor
  71.